Skip to content

fix: add CNAME file and update base_url for bootc.dev custom domain#39

Merged
cgwalters merged 1 commit intobootc-dev:mainfrom
jeckersb:CNAME
Apr 28, 2026
Merged

fix: add CNAME file and update base_url for bootc.dev custom domain#39
cgwalters merged 1 commit intobootc-dev:mainfrom
jeckersb:CNAME

Conversation

@jeckersb
Copy link
Copy Markdown
Collaborator

The CNAME file was missing from the deployed gh-pages branch, causing
GitHub Pages to disassociate the custom domain. Adding it to static/
ensures it persists across deploys. Also update base_url to match.

Assisted-by: OpenCode (claude-opus-4-6)
Signed-off-by: John Eckersberg jeckersb@redhat.com

The CNAME file was missing from the deployed gh-pages branch, causing
GitHub Pages to disassociate the custom domain. Adding it to static/
ensures it persists across deploys. Also update base_url to match.

Assisted-by: OpenCode (claude-opus-4-6)
Signed-off-by: John Eckersberg <jeckersb@redhat.com>
@jeckersb
Copy link
Copy Markdown
Collaborator Author

I am totally trusting AI is correct here but even if it's wrong the blast radius is tiny :)

@cgwalters cgwalters merged commit 94a97b1 into bootc-dev:main Apr 28, 2026
6 checks passed
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the base URL in config.toml to the new custom domain bootc.dev and adds a CNAME file to the static directory. The reviewer suggests checking for other hardcoded references to the old domain within the configuration file to ensure consistency.

Comment thread config.toml
@@ -1,4 +1,4 @@
base_url = "https://bootc-dev.github.io"
base_url = "https://bootc.dev"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While updating the base_url to the custom domain, consider also updating other hardcoded links to the old bootc-dev.github.io domain within this file (such as the 'Docs' link on line 54) to ensure consistency and avoid unnecessary redirects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants